* imenu.el (imenu-default-goto-function): Fix typo.
authorLeo Liu <sdl.web@gmail.com>
Sun, 5 Oct 2014 00:58:38 +0000 (08:58 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sun, 5 Oct 2014 00:58:38 +0000 (08:58 +0800)
lisp/ChangeLog
lisp/imenu.el

index 442913a982b8c424d168bf5d8d4055bd05608217..22937ad2ba864c46dc89483e9caff328e1160d4b 100644 (file)
@@ -1,3 +1,7 @@
+2014-10-05  Leo Liu  <sdl.web@gmail.com>
+
+       * imenu.el (imenu-default-goto-function): Fix typo.
+
 2014-10-04  Glenn Morris  <rgm@gnu.org>
 
        * frame.el (frame-monitor-attributes)
index e5f33a5efb956feefcc535b29e56d6bddaf3ae5a..3159b6cc563f0556d9efd9709f7e9f8d95d6ed24 100644 (file)
@@ -1012,7 +1012,7 @@ to `imenu-update-menubar'.")
     (imenu item)
     nil))
 
-(defun imenu-default-goto-function (_name position &optional _rest)
+(defun imenu-default-goto-function (_name position &rest _rest)
   "Move to the given position.
 
 NAME is ignored.  POSITION is where to move.  REST is also ignored.